<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
+ <Compile Include="ActorFactory.cs" />
+ <Compile Include="ActorManager.cs" />
<Compile Include="InputController.cs" />
<Compile Include="MainShip.cs" />
<Compile Include="Particle.cs" />
<Compile Include="ParticleEngine.cs" />
+ <Compile Include="Actor.cs" />
+ <Compile Include="Ship.cs" />
<Compile Include="SuperPolarity.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />